www.gusucode.com > 网域标准通用企业自助建站系统正式版 2009 > 网域标准通用企业自助建站系统正式版 2009.18/网域公司企业网站管理系统ACCESS和SQL正式版/网域公司企业网站管理系统ACCESS正式版/admin/Sysadmin_view.asp

    <!--#include file="Conn.asp"-->
<!--#include file="Admin.asp"-->
<%
'=================================
'
'    wygk.cn(网域高科)
'    QQ:38306293 MSN:webmaster@wygk.cn
'    Email:webmaster@wygk.cn  
'    http://www.wygk.cn
'    copyright(c)2006 网域高科
'
'=================================
%>
<%

Dim theInstalledObjects(17)
theInstalledObjects(0) = "MSWC.AdRotator"
theInstalledObjects(1) = "MSWC.BrowserType"
theInstalledObjects(2) = "MSWC.NextLink"
theInstalledObjects(3) = "MSWC.Tools"
theInstalledObjects(4) = "MSWC.Status"
theInstalledObjects(5) = "MSWC.Counters"
theInstalledObjects(6) = "IISSample.ContentRotator"
theInstalledObjects(7) = "IISSample.PageCounter"
theInstalledObjects(8) = "MSWC.PermissionChecker"
theInstalledObjects(9) = "Scripting.FileSystemObject"
theInstalledObjects(10) = "adodb.connection"    
theInstalledObjects(11) = "SoftArtisans.FileUp"
theInstalledObjects(12) = "SoftArtisans.FileManager"
theInstalledObjects(13) = "JMail.SMTPMail"
theInstalledObjects(14) = "CDONTS.NewMail"
theInstalledObjects(15) = "Persits.MailSender"
theInstalledObjects(16) = "LyfUpload.UploadFile"
theInstalledObjects(17) = "Persits.Upload.1"
%>
<%
set rs = Server.CreateObject("ADODB.Recordset")
sqltext="select * from Admin where username='"+Session("AdminName")+"'"
rs.Open sqltext,conn,1,1
if not rs.EOF then	
	LoginTimes=rs("LoginTimes")	
	LastLoginTime=rs("LastLoginTime")
	idcount=rs(0)	
end if
rs.Close
%>
<!--#include file="inc/head.asp"-->
<table cellpadding="2" cellspacing="1" border="0" width="95%" align="center" class="table_southidc">
  <tr> 
    <td class="back_southidc" colspan="2" height="25" align="center"><b>管理快捷方式</b></td>
  </tr>
  <tr class="tr_southidc"> 
    <td width="20%" height="23">快捷功能链接</td>
    <td width="80%" height="23"><a href="Help.asp"><font color="000000">  系统帮助</font></a> 
      | <a href="Admin_Manage.asp"><font color="000000">管理员管理</font></a> </td>
  </tr>
</table>
<br>
<br>
<table cellpadding="2" cellspacing="1" border="0" width="95%" align="center" class="table_southidc">
  <tr> 
    <td class="back_southidc" colspan="2" height="25" align="center"><b>系统信息</b></td>
  </tr>
  <tr class="tr_southidc"> 
    <td width="48%" height="23">用户名:<font class="t4"> <%=Session("AdminName")%></font></td>
    <td width="52%">IP:<font class="t4"> <%=Request.ServerVariables("REMOTE_ADDR")%></font></td>
  </tr>
  <tr class="tr_southidc"> 
    <td width="48%" height="23">身份过期:<font class="t4"><%=Session.timeout%> 分钟</font></td>
    <td width="52%">现在时间:<font class="t4"> <%=year(now())%>年<%=month(now())%>月<%=day(now())%>日<%=hour(now())%>:<%=minute(now())%></font></td>
  </tr>
  <tr class="tr_southidc"> 
    <td width="48%" height="23">上线次数: <font class="t4"><%=LoginTimes%></font></td>
    <td width="52%">上线时间:<font class="t4"> <%=LastLoginTime%></font></td>
  </tr>
  <tr class="tr_southidc"> 
    <td width="48%" height="23">服务器域名:<font class="t4"> <%=Request.ServerVariables("server_name")%> / <%=Request.ServerVariables("Http_HOST")%></font></td>
    <td width="52%">脚本解释引擎:<font class="t4"> <%=ScriptEngine & "/"& ScriptEngineMajorVersion &"."&ScriptEngineMinorVersion&"."& ScriptEngineBuildVersion %></font></td>
  </tr>
  <tr class="tr_southidc"> 
    <td height="23">服务器软件的名称:<font class="t4"> <%=Request.ServerVariables("SERVER_SOFTWARE")%></font></td>
    <td>浏览器版本:<font class="t4"> <%=Request.ServerVariables("Http_User_Agent")%></font></td>
  </tr>
  <tr class="tr_southidc">
    <td height="23">FSO文本读写: 
      <%If Not IsObjInstalled(theInstalledObjects(9)) Then%>
      <font color="red"><b>×</b></font> 
      <%else%>
      <b>√</b> 
      <%end if%>
    </td>
    <td>数据库使用: 
      <%If Not IsObjInstalled(theInstalledObjects(10)) Then%>
      <font color="red"><b>×</b></font> 
      <%else%>
      <b>√</b> 
      <%end if%>
    </td>
  </tr>
  <tr class="tr_southidc"> 
    <td width="48%" height="23">Jmail组件支持: 
      <%If Not IsObjInstalled(theInstalledObjects(13)) Then%> <font color="red"><b>×</b></font> <%else%> <b>√</b> <%end if%> </td>
    <td width="52%">CDONTS组件支持: 
      <%If Not IsObjInstalled(theInstalledObjects(14)) Then%> <font color="red"><b>×</b></font> <%else%> <b>√</b> <%end if%> </td>
    <!-- <td width="50%">ACCESS 数据库路径:<a target="_blank" href="<%=datapath%><%=datafile%>"><%=datapath%><%=datafile%></a></td> -->
  </tr>
</table>
<br>
<br>
<table cellpadding="2" cellspacing="1" border="0" width="95%" align="center" class="table_southidc">
	<tr class="tr_southidc">
		
    <td class="back_southidc" colspan="2" height="25" align="center"><b>wygk.cn(网域高科)</b></td>
	</tr>
	<tr class="tr_southidc">
		
    <td width="20%" height="19">产品开发</td>
		<td width="80%">网域高科</td>
	</tr>
	<tr class="tr_southidc">
		
    <td width="20%" height="17">商业发展</td>
		<td width="80%">网域高科信息技术有限公司</td>
	</tr>
	<tr class="tr_southidc">
		<td width="20%" height="23">联系方法</td>
		<td width="80%">
		E-mail:<a href="mailto:webmaster@wygk.cn">webmaster@wygk.cn</a><br>
      QQ: <font color="#FF0000">38306293</font> MSN:webmaster@wygk.cn<br>
      网址:<a href="http://www.wygk.cn" target=_blank><font color="000000">http://www.wygk.cn</font></a> 
      <a href="http://www.wygk.cn">http://www.wygk.cn</a> <br>
		地址:中国广州天河</td>
	</tr>
</table>
<BR>

<%
sub discreteness
%>
<table border=0 width="95%" cellspacing=1 cellpadding=3 class=table_southidc align=center>
<tr class=back_southidc>
<td width="57%" height="25">&nbsp;组件名称</td><td width="41%" height="25">支持及版本</td>
</tr>
<%
Dim theInstalledObjects(17)
theInstalledObjects(0) = "MSWC.AdRotator"
theInstalledObjects(1) = "MSWC.BrowserType"
theInstalledObjects(2) = "MSWC.NextLink"
theInstalledObjects(3) = "MSWC.Tools"
theInstalledObjects(4) = "MSWC.Status"
theInstalledObjects(5) = "MSWC.Counters"
theInstalledObjects(6) = "MSWC.PermissionChecker"
theInstalledObjects(7) = "ADODB.Stream"
theInstalledObjects(8) = "adodb.connection"
theInstalledObjects(9) = "Scripting.FileSystemObject"
theInstalledObjects(10) = "SoftArtisans.FileUp"
theInstalledObjects(11) = "SoftArtisans.FileManager"
theInstalledObjects(12) = "JMail.Message"
theInstalledObjects(13) = "CDONTS.NewMail"
theInstalledObjects(14) = "Persits.MailSender"
theInstalledObjects(15) = "LyfUpload.UploadFile"
theInstalledObjects(16) = "Persits.Upload.1"
theInstalledObjects(17) = "w3.upload"
For i=0 to 17
Response.Write "<TR class=td_southidc><TD>&nbsp;" & theInstalledObjects(i) & "<font color=888888>&nbsp;"
select case i
case 8
Response.Write "(ACCESS 数据库)"
case 9
Response.Write "(FSO 文本文件读写)"
case 10
Response.Write "(SA-FileUp 文件上传)"
case 11
Response.Write "(SA-FM 文件管理)"
case 12
Response.Write "(JMail 邮件发送)"
case 13
Response.Write "(WIN虚拟SMTP 发信)"
case 14
Response.Write "(ASPEmail 邮件发送)"
case 15
Response.Write "(LyfUpload 文件上传)"
case 16
Response.Write "(ASPUpload 文件上传)"
case 17
Response.Write "(w3 upload 文件上传)"
end select
Response.Write "</font></td><td height=25>"
If Not IsObjInstalled(theInstalledObjects(i)) Then
Response.Write "<font color=red><b>×</b></font>"
Else
Response.Write "<b>√</b> " & getver(theInstalledObjects(i)) & ""
End If
Response.Write "</td></TR>" & vbCrLf
Next
%>
</table>
<%
end sub

''''''''''''''''''''''''''''''
Function IsObjInstalled(strClassString)
On Error Resume Next
IsObjInstalled = False
Err = 0
Dim xTestObj
Set xTestObj = Server.CreateObject(strClassString)
If 0 = Err Then IsObjInstalled = True
Set xTestObj = Nothing
Err = 0
End Function
''''''''''''''''''''''''''''''
Function getver(Classstr)
On Error Resume Next
getver=""
Err = 0
Dim xTestObj
Set xTestObj = Server.CreateObject(Classstr)
If 0 = Err Then getver=xtestobj.version
Set xTestObj = Nothing
Err = 0
End Function

%>
<%htmlend%>
<%
sub htmlend
%><p>
<table cellspacing=0 cellpadding=0 width=95% align=center><tr>
    <td align=middle> Copyright 2006 <a target=_blank href="http://www.wygk.cn/"><font color=000000>wygk.cn</font></a> 
      <br>
      Powered by <font color=ffffff> <a target=_blank href="http://www.wygk.cn/"><font color=000000>网域高科 
      Ver2008</font></a></font>&nbsp;&copy; 2006<br>
Script Execution Time:<%=fix((timer()-startime)*1000)%>ms
</td></tr></table>
<%
end sub
%>